home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Games / ShogoDemo / Shogo < prev    next >
Encoding:
Text File  |  2001-04-02  |  480 b   |  25 lines

  1. ; *******************************************************************
  2. ;                    Shogo Launcher Script
  3. ; *******************************************************************
  4. ;
  5. ; © 2001 Hyperion Entertainment V.O.F
  6. ; All rights reserved
  7. ;
  8.  
  9. stack 1000000
  10.  
  11. ShogoLauncher >NIL:
  12. if exists ShogoPreStart
  13.     execute ShogoPreStart
  14. endif
  15.  
  16. if exists T:ShogoCmdLine
  17.     execute T:ShogoCmdLine
  18.     delete t:ShogoCmdLine
  19. endif
  20.  
  21. if exists ShogoPostRun
  22.     execute ShogoPostRun
  23. endif
  24.  
  25.